.layout_head {
    height: 37px;
    position: relative;
}

.layout_head .head_p {
    padding-left: 13px;
    position: relative;
    float: left;
    height: 37px;
    font-size: 19px;
    color: #200F0E;
    line-height: 37px;
}

.layout_head .head_a {
    float: right;
    margin-top: 18px;
    height: 19px;
    font-size: 14px;
    color: #F83635;
    line-height: 19px;
}

.layout_head .head_tips {
    margin-left: 26px;
    margin-top: 16px;
    float: left;
    font-size: 16px;
    color: #7B6C6C;
    line-height: 21px;
}

.layout_head .trial {
    display: block;
    float: right;
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #F83635;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 2px;
}

.layout_head:before {
    content: "";
    position: absolute;
    background: url(https://www.ttcdw.cn/static/djss/images/layout_head_icon.png) no-repeat;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
}

.layout_main_ydh {
    /* background: #fff; */
    padding: 60px 0 60px 0;
    /* background: #FFFFFF; */
}

.layout_main_ydh .main_body {
    padding-top: 30px;
    position: relative;
}

.layout_main_ydh .item {
    float: left;
    position: relative;
    width: 100%;
    height: 350px;
}

.layout_main_ydh .item a {
    background: #FCF9F9;
    display: block;
    margin-top: 42px;
    height: 308px;
    position: relative;
}

.layout_main_ydh .img {
    width: 224px;
    height: 300px;
    position: absolute;
    left: 100px;
    bottom: 40px;
    background: url(https://www.ttcdw.cn/static/djss/images/ydh_img_bg.png) no-repeat;
    background-position: center bottom;
}

.layout_main_ydh .img .img_1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 13px;
    height: 288px;
}

.layout_main_ydh .img .img_1 img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.layout_main_ydh .img .img_1 img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.layout_main_ydh .item_dl {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 74px 100px 0 407px;
}

.layout_main_ydh .item_title {
    height: 26px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #424242;
    line-height: 26px;
}

.layout_main_ydh .item_detail {
    margin-top: 30px;
    font-size: 14px;
    color: #7B6C6C;
    line-height: 28px;
}

.layout_main_ydh .sPrev,
.layout_main_ydh .sNext {
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E6DCDC;
    position: absolute;
    top: 209px;
    color: #E6DCDC;
    cursor: pointer;
    z-index: 10;
}

.layout_main_ydh .sPrev:hover,
.layout_main_ydh .sNext:hover {
    color: #7B6C6C;
}

.layout_main_ydh .sPrev {
    left: 30px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.layout_main_ydh .sNext {
    right: 30px;
}